Bind data with specified name property, value property and the url of the action which is used for reading data.
オーバーロード一覧
オーバーロード | 解説 |
Bind(String,String,String) | Bind data with specified name property, value property and the url of the action which is used for reading data. |
Bind(String,String,IEnumerable<T>) | Bind data with specified name property and value property of the data source. |
Bind(Action<CollectionViewServiceBuilder<T>>) | Configurates C1.Web.Mvc.ItemsBoundControl<T>.ItemsSource. Sets ItemsSource settings. C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,TControl,TBuilder>から継承されます。 |
Bind(IEnumerable<T>) | Configurates C1.Web.Mvc.ItemsBoundControl<T>.ItemsSource. Sets ItemsSource settings with a collection. C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,TControl,TBuilder>から継承されます。 |
Bind(String) | Configurates C1.Web.Mvc.ItemsBoundControl<T>.ItemsSource. Sets ItemsSource settings with the specified action url. C1.Web.Mvc.Fluent.ItemsBoundControlBuilder<T,TControl,TBuilder>から継承されます。 |
参照